Vcenter Vm Hardware Cpu UpdateSpec
The Vcenter Vm Hardware Cpu UpdateSpec schema describes the updates to be made to the CPU-related settings of a virtual machine.
{
"count": 0,
"cores_per_socket": 0,
"hot_add_enabled": false,
"hot_remove_enabled": false
}
New number of CPU cores. The number of CPU cores in the virtual machine must be a multiple of the number of cores per socket.
The supported range of CPU counts is constrained by the configured guest operating system and virtual hardware version of the virtual machine.
If the virtual machine is running, the number of CPU cores may only be increased if Vcenter Vm Hardware Cpu Info.hot_add_enabled is true, and may only be decreased if Vcenter Vm Hardware Cpu Info.hot_remove_enabled is true.
If missing or null
, the value is unchanged.
New number of CPU cores per socket. The number of CPU cores in the virtual machine must be a multiple of the number of cores per socket.
If missing or null
, the value is unchanged.
Flag indicating whether adding CPUs while the virtual machine is running is enabled.
This property may only be modified if the virtual machine is powered off.
If missing or null
, the value is unchanged.
Flag indicating whether removing CPUs while the virtual machine is running is enabled.
This property may only be modified if the virtual machine is powered off.
If missing or null
, the value is unchanged.